projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6dbfc7
)
searchentry: Fix includes
author
Benjamin Otte
<otte@redhat.com>
Thu, 29 Oct 2015 14:55:28 +0000
(15:55 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 29 Oct 2015 14:55:28 +0000
(15:55 +0100)
gtk/gtksearchentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtksearchentry.c
b/gtk/gtksearchentry.c
index ce38e34843da50c4781c01943f8ef5e16e29600c..64c31a2ea4bd289fb82b629e38160f459cf926ca 100644
(file)
--- a/
gtk/gtksearchentry.c
+++ b/
gtk/gtksearchentry.c
@@
-27,11
+27,13
@@
#include "config.h"
-#include "gtkaccessible.h"
#include "gtksearchentry.h"
-#include "gtkmarshalers.h"
-#include "gtk
intl
.h"
+
+#include "gtk
accessible
.h"
#include "gtkbindings.h"
+#include "gtkintl.h"
+#include "gtkmarshalers.h"
+#include "gtkstylecontext.h"
/**
* SECTION:gtksearchentry